home *** CD-ROM | disk | FTP | other *** search
- Path: news.genie.net!usenet
- From: i.einman@genie.com (IAN J. EINMAN)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: FindTask()
- Date: 5 Mar 1996 07:53:34 GMT
- Organization: via GEnie Services (1-800-638-9636 or info@genie.com)
- Sender: i.einman@genie.com (IAN J. EINMAN)
- Message-ID: <4hgrtu$d9a@rock101.genie.net>
- NNTP-Posting-Host: rock103.is.ge.com
-
- >>When calling FindTask() with FindTask(0) and there are several tasks with
- the same name as the task that is calling e.g. "shell process" - can you be
- sure that it finds the right task?
-
- FindTask(NULL) will not search the list, it will give you the pointer to the current
- task ALWAYS.
-
-